Blazor コントロール
RemoveRangeAsync メソッド (ISupportRangeEditing<T>)

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > ISupportRangeEditing<T> インターフェース : RemoveRangeAsync メソッド
The index.
The number of items to be removed.
The cancellation token.
Removes the items at the specified startingIndex from the collection.
シンタックス
'宣言
 
Function RemoveRangeAsync( _
   ByVal startingIndex As System.Integer, _
   ByVal count As System.Integer, _
   Optional ByVal cancellationToken As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task
System.Threading.Tasks.Task RemoveRangeAsync( 
   System.int startingIndex,
   System.int count,
   System.Threading.CancellationToken cancellationToken
)

パラメータ

startingIndex
The index.
count
The number of items to be removed.
cancellationToken
The cancellation token.
参照

ISupportRangeEditing<T> インターフェース
ISupportRangeEditing<T> メンバ